Schema
No description
type Schema {
property(
key: String
): String
canRead: Boolean!
tag: Type!
name: String
fullname: String
}
Fields
Schema.property
● String
scalar
Schema.property.key
● String
scalar
Schema.canRead
● Boolean!
non-null scalar
Schema.tag
● Type!
non-null enum
Schema.name
● String
scalar
Schema.fullname
● String
scalar
Member Of
AdditionalProperty
object