Skip to main content

SocialQuery

No description

type SocialQuery {
profile(where: ProfileWhereUniqueInput!): ProfileV2!
allProfilesV2(
cursor: ProfileWhereUniqueInput
orderBy: [ProfileOrderByInput!]
skip: Int
take: Int
where: ProfileWhereInput
): ProfileConnection!
category(where: CategoryWhereUniqueInput!): SocialCategory!
allCategories(where: CategoryWhereInput): SocialCategoryConnection!
userProfile(where: UserProfileWhereUniqueInput): UserProfile!
allUserProfiles(where: UserProfileWhereInput): UserProfileConnection!
}

Fields

SocialQuery.profile ● ProfileV2! non-null object

SocialQuery.profile.where ● ProfileWhereUniqueInput! non-null input

SocialQuery.allProfilesV2 ● ProfileConnection! non-null object

SocialQuery.allProfilesV2.cursor ● ProfileWhereUniqueInput input
SocialQuery.allProfilesV2.orderBy ● [ProfileOrderByInput!] list input
SocialQuery.allProfilesV2.skip ● Int scalar
SocialQuery.allProfilesV2.take ● Int scalar
SocialQuery.allProfilesV2.where ● ProfileWhereInput input

SocialQuery.category ● SocialCategory! non-null object

SocialQuery.category.where ● CategoryWhereUniqueInput! non-null input

SocialQuery.allCategories ● SocialCategoryConnection! non-null object

SocialQuery.allCategories.where ● CategoryWhereInput input

SocialQuery.userProfile ● UserProfile! non-null object

SocialQuery.userProfile.where ● UserProfileWhereUniqueInput input

SocialQuery.allUserProfiles ● UserProfileConnection! non-null object

SocialQuery.allUserProfiles.where ● UserProfileWhereInput input

Returned By

social query