packages feed

morpheus-graphql-0.18.0: test/Feature/Holistic/holistic/introspection/deprecated/field/query.gql

{
  __type(name: "Address") {
    fields {
      name
      isDeprecated
      deprecationReason
    }
  }
}