Created
February 7, 2022 08:45
-
-
Save jinnyMcKindy/a55aec3842f6f4a095382b1f5442c2b6 to your computer and use it in GitHub Desktop.
usersQuery.gql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Query.users( | |
where: QueryUsersWhereWhereConditions | |
hasRoles: QueryUsersHasRolesWhereHasConditions | |
hasCity: QueryUsersHasCityWhereHasConditions | |
associations: FilterInput | |
positions: FilterInput | |
workplaces: WorkplacesFilterInput | |
specialties: FilterInput | |
regions: LocationFilterInput | |
countries: LocationFilterInput | |
phones: JsonFilterInput | |
emails: JsonFilterInput | |
first: Int = 5 | |
page: Int | |
): UserPaginator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment