Skip to content

add customized graphql docs #47

@abz53378

Description

@abz53378

Implemented quickly for the enterprise edition, so open this issue to track it.

usage:

<array
  keyName="posts"
  graphql={`
     query {
       posts: postsConnection(where: $postsWhere) {
         title 
      }
     }
  `}
>
 // ...
</array>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions