Skip to content
Discussion options

You must be logged in to vote

Here you go, this is for Saleor GraphQL API which has similar GraphQL convention so should be easy to adopt to your query

spec:
  type: Spec
  connection_specification:
    type: object
    $schema: http://json-schema.org/draft-07/schema#
    required:
      - start_date
      - api_url
      - channel
      - page_size
    properties:
      api_url:
        type: string
        order: 1
        title: API_URL
        description: https://{saleor-instance}/graphql/
      channel:
        type: string
        order: 2
        title: channel
      page_size:
        type: string
        order: 3
        title: page_size
      start_date:
        type: string
        order: 0
        title: S…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@dprose
Comment options

@timuric
Comment options

Answer selected by dprose
@dprose
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants