Skip to content

Instantly share code, notes, and snippets.

@bicknest
Last active June 1, 2020 02:46
Show Gist options
  • Save bicknest/56fd3c82b2aaea1b3962b47a71321a07 to your computer and use it in GitHub Desktop.
Save bicknest/56fd3c82b2aaea1b3962b47a71321a07 to your computer and use it in GitHub Desktop.
ProfileForm query fragment
const fragments = {
data: gql`
fragment ProfileData on Profile {
name
age
phoneNumber
}
`
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment