GraphQL - Schema Definition Language (SDL)
What does adding
! after a field type in GraphQL schema mean?! after a field type in GraphQL schema mean?! in GraphQL! after a type means the field is non-nullable, so it must have a value.! means required = C [OK]! means must have a value, no null allowed [OK]! means optional! with list type! marks deprecated fields15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions