OBJECT

ContactInfo

link GraphQL Schema definition

  • type ContactInfo {
  • # Requires access to resource GRAPHQL_CONTACT
  • contact: Contact!
  • favouriteDishes: String!
  • favouriteDrinks: String!
  • likeNotes: String!
  • dislikeNotes: String!
  • importantNotes: String!
  • otherNotes: String!
  • }