OBJECT

SemanticReferenceResponse

link GraphQL Schema definition

  • type SemanticReferenceResponse implements Response {
  • # Http response code
  • code: Int!
  • # True if the mutation has been a success and false otherwise
  • success: Boolean!
  • # A response message
  • message: String!
  • # The semantic reference addressed by the mutation
  • semanticReference: SemanticReference
  • }

link Require by