Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URL for Playground https://dev.wizwiz.io/graphql

You can know more about GraphQL in Marionette in this video

Queries:

Expand
titleGet KYC Document Types
Code Block
query KYCDocumentTypes {
    KYCDocumentTypes
}

...