SIGN IN SIGN UP
graphql-go / graphql UNCLAIMED

An implementation of GraphQL for Go / Golang

9 branches 15 tags
https://code.morphllm.com/graphql-go/graphql.git
.circleci
benchutil
examples
gqlerrors
language
testutil
.gitignore
abstract_test.go
CONTRIBUTING.md
definition_test.go
definition.go
directives_test.go
directives.go
enum_type_test.go
executor_resolve_test.go
executor_schema_test.go
executor_test.go
executor.go
extensions_test.go
extensions.go
go.mod
graphql_bench_test.go
graphql_test.go
graphql.go
introspection_test.go
introspection.go
kitchen-sink.graphql
LICENSE
lists_test.go
located.go
mutations_test.go
nonnull_test.go
quoted_or_list_internal_test.go
race_test.go
README.md
rules_arguments_of_correct_type_test.go
rules_default_values_of_correct_type_test.go
rules_fields_on_correct_type_test.go
rules_fragments_on_composite_types_test.go
rules_known_argument_names_test.go
rules_known_directives_rule_test.go
rules_known_fragment_names_test.go
rules_known_type_names_test.go
rules_lone_anonymous_operation_rule_test.go
rules_no_fragment_cycles_test.go
rules_no_undefined_variables_test.go
rules_no_unused_fragments_test.go
rules_no_unused_variables_test.go
rules_overlapping_fields_can_be_merged_test.go
rules_overlapping_fields_can_be_merged.go
rules_possible_fragment_spreads_test.go
rules_provided_non_null_arguments_test.go
rules_scalar_leafs_test.go
rules_unique_argument_names_test.go
rules_unique_fragment_names_test.go
rules_unique_input_field_names_test.go
rules_unique_operation_names_test.go
rules_unique_variable_names_test.go
rules_variables_are_input_types_test.go
rules_variables_in_allowed_position_test.go
rules.go
scalars_parse_test.go
scalars_serialization_test.go
scalars_test.go
scalars.go
schema-all-descriptions.graphql
schema-kitchen-sink.graphql
schema.go
subscription_test.go
subscription.go
suggested_list_internal_test.go
type_comparators_internal_test.go
type_info.go
types.go
union_interface_test.go
util_test.go
util.go
validation_test.go
validator_test.go
validator.go
values_test.go
values.go
variables_test.go