Schema {
    sources: {
        1: SourceFile {
            path: "built_in.graphql",
            source_text: include_str!("built_in.graphql"),
        },
        28: SourceFile {
            path: "0027_typename_introspection_in_object.graphql",
            source_text: "type Query {\n  id: String\n  name: String\n  birthday: Date\n}\n\nscalar Date @specifiedBy(url: \"datespec.com\")\n\n{\n    name\n    __typename\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"),
    },
    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"),
        "String": built_in_type!("String"),
        "Boolean": built_in_type!("Boolean"),
        "Query": Object(
            0..59 @28 ObjectType {
                description: None,
                name: "Query",
                implements_interfaces: {},
                directives: [],
                fields: {
                    "id": Component {
                        origin: Definition,
                        node: 15..25 @28 FieldDefinition {
                            description: None,
                            name: "id",
                            arguments: [],
                            ty: Named(
                                "String",
                            ),
                            directives: [],
                        },
                    },
                    "name": Component {
                        origin: Definition,
                        node: 28..40 @28 FieldDefinition {
                            description: None,
                            name: "name",
                            arguments: [],
                            ty: Named(
                                "String",
                            ),
                            directives: [],
                        },
                    },
                    "birthday": Component {
                        origin: Definition,
                        node: 43..57 @28 FieldDefinition {
                            description: None,
                            name: "birthday",
                            arguments: [],
                            ty: Named(
                                "Date",
                            ),
                            directives: [],
                        },
                    },
                },
            },
        ),
        "Date": Scalar(
            61..106 @28 ScalarType {
                description: None,
                name: "Date",
                directives: [
                    Component {
                        origin: Definition,
                        node: 73..106 @28 Directive {
                            name: "specifiedBy",
                            arguments: [
                                86..105 @28 Argument {
                                    name: "url",
                                    value: 91..105 @28 String(
                                        "datespec.com",
                                    ),
                                },
                            ],
                        },
                    },
                ],
            },
        ),
    },
}
ExecutableDocument {
    sources: {
        1: SourceFile {
            path: "built_in.graphql",
            source_text: include_str!("built_in.graphql"),
        },
        28: SourceFile {
            path: "0027_typename_introspection_in_object.graphql",
            source_text: "type Query {\n  id: String\n  name: String\n  birthday: Date\n}\n\nscalar Date @specifiedBy(url: \"datespec.com\")\n\n{\n    name\n    __typename\n}",
        },
    },
    operations: OperationMap {
        anonymous: Some(
            108..135 @28 Operation {
                operation_type: Query,
                name: None,
                variables: [],
                directives: [],
                selection_set: SelectionSet {
                    ty: "Query",
                    selections: [
                        Field(
                            114..118 @28 Field {
                                definition: 28..40 @28 FieldDefinition {
                                    description: None,
                                    name: "name",
                                    arguments: [],
                                    ty: Named(
                                        "String",
                                    ),
                                    directives: [],
                                },
                                alias: None,
                                name: "name",
                                arguments: [],
                                directives: [],
                                selection_set: SelectionSet {
                                    ty: "String",
                                    selections: [],
                                },
                            },
                        ),
                        Field(
                            123..133 @28 Field {
                                definition: FieldDefinition {
                                    description: None,
                                    name: "__typename",
                                    arguments: [],
                                    ty: NonNullNamed(
                                        "String",
                                    ),
                                    directives: [],
                                },
                                alias: None,
                                name: "__typename",
                                arguments: [],
                                directives: [],
                                selection_set: SelectionSet {
                                    ty: "String",
                                    selections: [],
                                },
                            },
                        ),
                    ],
                },
            },
        ),
        named: {},
    },
    fragments: {},
}
