Schema {
    sources: {
        -1: SourceFile {
            path: "built_in.graphql",
            source_text: include_str!("built_in.graphql"),
        },
        24: SourceFile {
            path: "0025_unique_directives.graphql",
            source_text: "directive @repeatable repeatable on FIELD\ndirective @unique on FIELD\n\ntype Query {\n  field: Int\n}\n\n{\n  field @repeatable @repeatable\n  field @unique\n  field @unique\n}\n",
        },
    },
    schema_definition: SchemaDefinition {
        description: None,
        directives: [],
        query: Some(
            ComponentName {
                origin: Definition,
                name: "Query",
            },
        ),
        mutation: None,
        subscription: None,
    },
    directive_definitions: {
        "skip": built_in_directive!("skip"),
        "include": built_in_directive!("include"),
        "deprecated": built_in_directive!("deprecated"),
        "specifiedBy": built_in_directive!("specifiedBy"),
        "repeatable": 0..41 @24 DirectiveDefinition {
            description: None,
            name: "repeatable",
            arguments: [],
            repeatable: true,
            locations: [
                "FIELD",
            ],
        },
        "unique": 42..68 @24 DirectiveDefinition {
            description: None,
            name: "unique",
            arguments: [],
            repeatable: false,
            locations: [
                "FIELD",
            ],
        },
    },
    types: {
        "__Schema": built_in_type!("__Schema"),
        "__Type": built_in_type!("__Type"),
        "__TypeKind": built_in_type!("__TypeKind"),
        "__Field": built_in_type!("__Field"),
        "__InputValue": built_in_type!("__InputValue"),
        "__EnumValue": built_in_type!("__EnumValue"),
        "__Directive": built_in_type!("__Directive"),
        "__DirectiveLocation": built_in_type!("__DirectiveLocation"),
        "Int": built_in_type!("Int"),
        "Float": built_in_type!("Float"),
        "String": built_in_type!("String"),
        "Boolean": built_in_type!("Boolean"),
        "ID": built_in_type!("ID"),
        "Query": Object(
            70..97 @24 ObjectType {
                description: None,
                name: "Query",
                implements_interfaces: {},
                directives: [],
                fields: {
                    "field": Component {
                        origin: Definition,
                        node: 85..95 @24 FieldDefinition {
                            description: None,
                            name: "field",
                            arguments: [],
                            ty: Named(
                                "Int",
                            ),
                            directives: [],
                        },
                    },
                },
            },
        ),
    },
}
ExecutableDocument {
    sources: {
        -1: SourceFile {
            path: "built_in.graphql",
            source_text: include_str!("built_in.graphql"),
        },
        24: SourceFile {
            path: "0025_unique_directives.graphql",
            source_text: "directive @repeatable repeatable on FIELD\ndirective @unique on FIELD\n\ntype Query {\n  field: Int\n}\n\n{\n  field @repeatable @repeatable\n  field @unique\n  field @unique\n}\n",
        },
    },
    anonymous_operation: Some(
        99..166 @24 Operation {
            operation_type: Query,
            name: None,
            variables: [],
            directives: [],
            selection_set: SelectionSet {
                ty: "Query",
                selections: [
                    Field(
                        103..132 @24 Field {
                            definition: 85..95 @24 FieldDefinition {
                                description: None,
                                name: "field",
                                arguments: [],
                                ty: Named(
                                    "Int",
                                ),
                                directives: [],
                            },
                            alias: None,
                            name: "field",
                            arguments: [],
                            directives: [
                                109..120 @24 Directive {
                                    name: "repeatable",
                                    arguments: [],
                                },
                                121..132 @24 Directive {
                                    name: "repeatable",
                                    arguments: [],
                                },
                            ],
                            selection_set: SelectionSet {
                                ty: "Int",
                                selections: [],
                            },
                        },
                    ),
                    Field(
                        135..148 @24 Field {
                            definition: 85..95 @24 FieldDefinition {
                                description: None,
                                name: "field",
                                arguments: [],
                                ty: Named(
                                    "Int",
                                ),
                                directives: [],
                            },
                            alias: None,
                            name: "field",
                            arguments: [],
                            directives: [
                                141..148 @24 Directive {
                                    name: "unique",
                                    arguments: [],
                                },
                            ],
                            selection_set: SelectionSet {
                                ty: "Int",
                                selections: [],
                            },
                        },
                    ),
                    Field(
                        151..164 @24 Field {
                            definition: 85..95 @24 FieldDefinition {
                                description: None,
                                name: "field",
                                arguments: [],
                                ty: Named(
                                    "Int",
                                ),
                                directives: [],
                            },
                            alias: None,
                            name: "field",
                            arguments: [],
                            directives: [
                                157..164 @24 Directive {
                                    name: "unique",
                                    arguments: [],
                                },
                            ],
                            selection_set: SelectionSet {
                                ty: "Int",
                                selections: [],
                            },
                        },
                    ),
                ],
            },
        },
    ),
    named_operations: {},
    fragments: {},
}
