Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viewer query #29

Merged
merged 5 commits into from
Mar 19, 2021
Merged

Viewer query #29

merged 5 commits into from
Mar 19, 2021

Conversation

iamsethsamuel
Copy link
Collaborator

No description provided.

src/user.ts Outdated


export const TwoFactorRequiredSettingOrganizations = (value: boolean = false, first: number = 10, pageInfo?:string,after?: string, fields?: string, orderBy: string = "DUE_DATE", direction?: "ASC", before?: string, last?: number) => `
twoFactorRequiredSettingOrganizations(value: ${value},${after && `, ${after} `} ${before ? `, before: ${before}` : ""}, first: ${first} ${last ? `, last: ${last}` : ""},orderBy: {field: ${orderBy}, direction: ${direction}}) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

${before} : ""} Correct fields.

@ioedeveloper ioedeveloper merged commit 47da4f0 into master Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants