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

Docs Demo #16

Closed
idkjs opened this issue Jan 13, 2020 · 1 comment
Closed

Docs Demo #16

idkjs opened this issue Jan 13, 2020 · 1 comment

Comments

@idkjs
Copy link

idkjs commented Jan 13, 2020

Is the code from the Docs example in a repo somewhere that can be referenced?

I am referring to code like that found here: https://reason-relay-documentation.zth.now.sh/docs/making-queries#making-queries

/* UserProfile.re */
module Query = [%relay.query {|
  query UserProfileQuery($userId: ID!) {
    userById(id: $userId) {
      firstName
      lastName
    }
  }
|}];

Thank you.

@zth
Copy link
Owner

zth commented Jan 19, 2020

Hey! No, unfortunately not. Most of the code in the docs is to illustrate specific points, but there's similar code for each concept in the example repo if that helps?

@idkjs idkjs closed this as completed Jan 19, 2020
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

2 participants