Change ACL to Non null (#6249)
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
4435154cf9
commit
62459962dd
@@ -56,7 +56,7 @@ const transformOutputTypeToGraphQL = (
|
||||
case 'Bytes':
|
||||
return defaultGraphQLTypes.BYTES;
|
||||
case 'ACL':
|
||||
return defaultGraphQLTypes.ACL;
|
||||
return new GraphQLNonNull(defaultGraphQLTypes.ACL);
|
||||
default:
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user