DEV
Query.
partyScreening
No description
Arguments
id
•
ID!
Required
No description
Returns:
PartyScreening
GraphQL
1
2
3
type
Query
{
partyScreening
(
id
:
ID
!
)
:
PartyScreening
}
Was this page helpful?
Yes
No
© 2024 Zonos
zonos.com
Query.
partyScreening
No description
Arguments
id
ID!
Required
Returns:
PartyScreening
type Query { partyScreening(id: ID!): PartyScreening }