OrganizationProfileConnection
No description
type OrganizationProfileConnection {
edges: [OrganizationProfileEdge]
pageInfo: PageInfo!
adviseMessage(
level: [AdviseMessageLevel]
): [AdviseMessage]
totalCount: Int!
}
No description
type OrganizationProfileConnection {
edges: [OrganizationProfileEdge]
pageInfo: PageInfo!
adviseMessage(
level: [AdviseMessageLevel]
): [AdviseMessage]
totalCount: Int!
}
OrganizationProfileConnection.edges ● [OrganizationProfileEdge] list objectOrganizationProfileConnection.pageInfo ● PageInfo! non-null objectOrganizationProfileConnection.adviseMessage ● [AdviseMessage] list objectOrganizationProfileConnection.adviseMessage.level ● [AdviseMessageLevel] list enumOrganizationProfileConnection.totalCount ● Int! non-null scalar