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

Add graphql.isEnabled config option at the list and field levels #6376

Merged
merged 3 commits into from
Aug 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert type
  • Loading branch information
timleslie committed Aug 25, 2021
commit 6b35eec51f331b237f9b265db719bd307407cd34
2 changes: 1 addition & 1 deletion packages/keystone/src/lib/core/queries/output-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function getValueForDBField(
}

export function outputTypeField(
output: Exclude<NextFieldType['output'], undefined>,
output: NextFieldType['output'],
dbField: ResolvedDBField,
cacheHint: CacheHint | undefined,
access: IndividualFieldAccessControl<FieldReadAccessArgs<BaseGeneratedListTypes>>,
Expand Down