UNPKG

graphql-export

Version:
3 lines (2 loc) 104 B
export type Maybe<T> = T | null | undefined; export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'DELETE'