UNPKG
@pallad/graphql-command-bus
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
github.com/wookieb/graphql-command-bus
wookieb/graphql-command-bus
@pallad/graphql-command-bus
/
compiled
/
GQL.d.ts
4 lines
(3 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
import
{
GraphQLObjectType
}
from
'graphql'
;
export
declare
const
QueryResultMetaPaginationByNode
:
GraphQLObjectType
<
any
,
any
>;
export
declare
const
QueryResultMetaPaginationByOffset
:
GraphQLObjectType
<
any
,
any
>;