(ref: IntrospectionTypeRef)
| 28 | |
| 29 | /** Check if a type ref is non-null (required) */ |
| 30 | const isNonNull = (ref: IntrospectionTypeRef): boolean => ref.kind === "NON_NULL"; |
| 31 | |
| 32 | // --------------------------------------------------------------------------- |
| 33 | // Build shared definitions from all INPUT_OBJECT and ENUM types |
no outgoing calls
no test coverage detected