Uses of Class
ch.brix.gql.client.frontify.input_objects.WorkspaceProjectQueryInput
-
Packages that use WorkspaceProjectQueryInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of WorkspaceProjectQueryInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type WorkspaceProjectQueryInput Modifier and Type Method Description Brand_workspaceProjects_ArgsBrand_workspaceProjects_Args. query(WorkspaceProjectQueryInput value)**BETA** Define search criteria for `WorkspaceProject` items in a `Brand`. -
Uses of WorkspaceProjectQueryInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return WorkspaceProjectQueryInput Modifier and Type Method Description WorkspaceProjectQueryInputWorkspaceProjectQueryInput. sortBy(WorkspaceProjectQuerySort v)**BETA** Sort order of the `WorkspaceProject` query result set.WorkspaceProjectQueryInputWorkspaceProjectQueryInput. state(WorkspaceProjectStateFilter v)**BETA** Limit the result set based on `WorkspaceProject` state.
-