morpheus-graphql-server-0.22.0: test/Feature/Directive/field-visitor/description/query.gql
query Get__Type {
city: __type(name: "Deity") {
kind
name
fields {
description
}
}
}
query Get__Type {
city: __type(name: "Deity") {
kind
name
fields {
description
}
}
}