Skip to content

Instantly share code, notes, and snippets.

@esokullu
Created December 18, 2017 21:50
Show Gist options
  • Save esokullu/7590892aec23ad41aec4cc2ed1b11587 to your computer and use it in GitHub Desktop.
Save esokullu/7590892aec23ad41aec4cc2ed1b11587 to your computer and use it in GitHub Desktop.
# pho-graphql-v1
type Tweet implements ObjectNode
@edges(in:"User:Post, User:Like, User:Consume", out:"Mention")
@permissions(mod: "0x07555", mask:"0xfffff")
@properties(expires: 0, editable: false, volatile: false, revisionable: false)
{
id: ID!,
content: String! @constraints(maxLength: 140),
create_time: Date! @now
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment