morpheus-graphql-0.7.0: test/Feature/Holistic/introspection/deprecated/field/query.gql
{
__type(name: "Address") {
fields {
name
isDeprecated
deprecationReason
}
}
}
{
__type(name: "Address") {
fields {
name
isDeprecated
deprecationReason
}
}
}