Homepage

GraphQL

Last edit: Oct 26, 2022

Graphql query or mutation

type GraphQL implements AdminSharedAttributesInterface {
  body: String
  created_at: JSONDate!
  id: ID!
  metadata: HashObject
  physical_file_path: String
  updated_at: JSONDate!
}

Fields

body (String)

graphql query string

created_at (JSONDate)

id (ID)

metadata (HashObject)

physical_file_path (String)

defines the physical path of the file

updated_at (JSONDate)

Interfaces

AdminSharedAttributesInterface

Questions?

We are always happy to help with any questions you may have.

contact us