Skip to content

Instantly share code, notes, and snippets.

@susamn
Created June 25, 2021 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save susamn/88bae9a650ce35a10596730457b36650 to your computer and use it in GitHub Desktop.
Save susamn/88bae9a650ce35a10596730457b36650 to your computer and use it in GitHub Desktop.
Employee service definition
{
"data": {
"_service": {
"sdl": "type Employee @key(fields: \"employeeId\") {\n employeeId: Int!\n name: String!\n company: String!\n}\n\ntype Query {\n employeeData(id: Int!): Employee\n}\n"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment