Address
No description
type Address implements GenericAddress {
id: String!
}
Fields
Address.id ● String! non-null scalar
Unique identifier for the address
No description
type Address implements GenericAddress {
id: String!
}
Address.id ● String! non-null scalarUnique identifier for the address
GenericAddress interface