Table of Contents - graphql_connector-1.3.1 Documentation
Classes and Modules
- CustomAttributeError
- GraphqlConnector
- GraphqlConnector::BaseServerType
- GraphqlConnector::BaseServerTypeAlreadyExistsError
- GraphqlConnector::Configuration
- GraphqlConnector::Formatters
- GraphqlConnector::Formatters::BaseFormat
- GraphqlConnector::Formatters::MutationFormat
- GraphqlConnector::Formatters::QueryFormat
- GraphqlConnector::HttpClient
- GraphqlConnector::ServiceClassable
- GraphqlConnector::ServiceClassable::ClassMethodAlreadyImplementedError
- GraphqlConnector::ServiceClassable::ClassMethodValidator
- GraphqlConnector::ServiceClassable::InvalidClassTypeError
- GraphqlConnector::ServiceClassable::InvalidParamsError
- GraphqlConnector::ServiceClassable::ParamsValidator
- GraphqlConnector::ServiceClassable::Queryable
- GraphqlConnector::ServiceClassable::ReturnFieldsErrors
- GraphqlConnector::ServiceClassable::ReturnFieldsValidator
Methods
- ::build — GraphqlConnector::BaseServerType
- ::class_with — GraphqlConnector::BaseServerType
- ::configure — GraphqlConnector
- ::create_service_class_module — GraphqlConnector::BaseServerType
- ::hash_validation — GraphqlConnector::ServiceClassable::ReturnFieldsValidator
- ::http_client — GraphqlConnector::BaseServerType
- ::inject_http_client_delegations — GraphqlConnector::BaseServerType
- ::new — GraphqlConnector::Configuration
- ::new — GraphqlConnector::Formatters::BaseFormat
- ::new — GraphqlConnector::HttpClient
- ::recursive_validation — GraphqlConnector::ServiceClassable::ReturnFieldsValidator
- ::reset — GraphqlConnector
- ::validate — GraphqlConnector::ServiceClassable::ParamsValidator
- ::validate — GraphqlConnector::ServiceClassable::ReturnFieldsValidator
- ::validate_class_method — GraphqlConnector::ServiceClassable::ClassMethodValidator
- ::validate_element_class_type — GraphqlConnector::ServiceClassable::ClassMethodValidator
- ::verify_new_client_type_for! — GraphqlConnector::BaseServerType
- #add_mutation — GraphqlConnector::ServiceClassable::Queryable
- #add_query — GraphqlConnector::ServiceClassable::Queryable
- #add_raw_query — GraphqlConnector::ServiceClassable::Queryable
- #add_server — GraphqlConnector::Configuration
- #arguments — GraphqlConnector::Formatters::BaseFormat
- #create — GraphqlConnector::Formatters::BaseFormat
- #format_body — GraphqlConnector::HttpClient
- #handle_association — GraphqlConnector::Formatters::BaseFormat
- #handle_headers — GraphqlConnector::HttpClient
- #mutation — GraphqlConnector::HttpClient
- #mutation_keyword_method — GraphqlConnector::ServiceClassable::Queryable
- #mutation_method — GraphqlConnector::ServiceClassable::Queryable
- #parse_fields — GraphqlConnector::Formatters::BaseFormat
- #query — GraphqlConnector::HttpClient
- #query_keyword_method — GraphqlConnector::ServiceClassable::Queryable
- #query_method — GraphqlConnector::ServiceClassable::Queryable
- #query_type — GraphqlConnector::Formatters::BaseFormat
- #query_type — GraphqlConnector::Formatters::MutationFormat
- #query_type — GraphqlConnector::Formatters::QueryFormat
- #raw_query — GraphqlConnector::HttpClient
- #raw_query_keyword_method — GraphqlConnector::ServiceClassable::Queryable
- #raw_query_method — GraphqlConnector::ServiceClassable::Queryable
- #reset! — GraphqlConnector::Configuration
- #scalar_types — GraphqlConnector::Formatters::BaseFormat
- #value_as_parameter — GraphqlConnector::Formatters::BaseFormat
- #verify_response! — GraphqlConnector::HttpClient