postsByOrganizationConnection
No description
postsByOrganizationConnection(
id: ID!
where: PostWhereInput
first: Int
skip: Int
orderBy: PostOrderByInput
): PostConnection
Arguments
postsByOrganizationConnection.id
● ID!
non-null scalar
postsByOrganizationConnection.where
● PostWhereInput
input
postsByOrganizationConnection.first
● Int
scalar
postsByOrganizationConnection.skip
● Int
scalar
postsByOrganizationConnection.orderBy
● PostOrderByInput
enum
Type
PostConnection
object
A connection to a list of items.