GraphQLCondition: Partial<GraphQLField | {
    and: [GraphQLCondition];
    not: GraphQLCondition;
    or: [GraphQLCondition];
}>