When we receive your specs, you'll get blueprints delivered on-time or your money back.
id: ID!
title: String!
content: String!
id: string
title: string
content: string
post: Post
userErrors: [UserError]
input: CreatePostInput!
variables: CreatePostMutationVariables
loading: boolean
async dispatch(): Promise<CreatePostMutationPayload>
posts: [Post]
sortBy: String
variables: PostsQueryVariables
loading: boolean
async dispatch(): Promise<PostsQueryPayload>