What is an exclamation point in GraphQL? Technology Community › Category: GraphQL › What is an exclamation point in GraphQL? 0 Vote Up Vote Down VietMX Staff asked 4 years ago That means that the field is non-nullable. By default, all types in GraphQL are nullable. When non-null is applied to the type of a field, it means that if the server resolves that field to null, the response will fail validation.