Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add customized graphql docs #47

Open
abz53378 opened this issue Nov 9, 2018 · 0 comments
Open

add customized graphql docs #47

abz53378 opened this issue Nov 9, 2018 · 0 comments

Comments

@abz53378
Copy link
Contributor

abz53378 commented Nov 9, 2018

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant