Guest User

Untitled

a guest
Aug 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import { mergeSchemas } from 'graphql-tools';
  2.  
  3. const userSchema = await getUserSchema();
  4. const newSchema = mergeSchemas({
  5. schemas: [
  6. userSchema,
  7. typeExtensions
  8. ],
  9. resolvers: schemaExtensionResolvers
  10. });
Add Comment
Please, Sign In to add comment