(type)
| 73 | |
| 74 | // e.g., given `ObjectTypeDefinition`, get `objects` |
| 75 | function getKind(type) { |
| 76 | return graphqlTypes.find((graphqlType) => graphqlType.type === type).kind |
| 77 | } |
| 78 | |
| 79 | async function getPreview(directives, schemaMember, previewsPerVersion) { |
| 80 | if (!directives.length) return |
nothing calls this directly
no outgoing calls
no test coverage detected