Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConflictMessage ¶
type ConflictMessage struct { Message string ResponseName string Names []string SubMessage []*ConflictMessage Position *ast.Position }
func (*ConflictMessage) String ¶
func (m *ConflictMessage) String(buf *bytes.Buffer)
Source Files ¶
- fields_on_correct_type.go
- fragments_on_composite_types.go
- known_argument_names.go
- known_directives.go
- known_fragment_names.go
- known_root_type.go
- known_type_names.go
- lone_anonymous_operation.go
- no_fragment_cycles.go
- no_undefined_variables.go
- no_unused_fragments.go
- no_unused_variables.go
- overlapping_fields_can_be_merged.go
- possible_fragment_spreads.go
- provided_required_arguments.go
- scalar_leafs.go
- single_field_subscriptions.go
- unique_argument_names.go
- unique_directives_per_location.go
- unique_fragment_names.go
- unique_input_field_names.go
- unique_operation_names.go
- unique_variable_names.go
- values_of_correct_type.go
- variables_are_input_types.go
- variables_in_allowed_position.go
Click to show internal directories.
Click to hide internal directories.