Skip to content

Instantly share code, notes, and snippets.

@gHashTag
Created May 25, 2020 12:05
Show Gist options
  • Save gHashTag/84d320a9e75885f46b423071dfb7b77a to your computer and use it in GitHub Desktop.
Save gHashTag/84d320a9e75885f46b423071dfb7b77a to your computer and use it in GitHub Desktop.
type Job
@model
@auth(
rules: [
{allow: owner, ownerField: "owner", operations: [create, update, delete]},
])
{
id: ID!
position: String!
rate: String!
description: String!
owner: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment