UNPKG

@kiwicom/smart-faq

Version:

Smart FAQ

165 lines (159 loc) 3.87 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ConcreteFragment } from 'relay-runtime'; type BookingCardsList_bookings$ref = any; import type { FragmentReference } from 'relay-runtime'; declare export opaque type PastBookingsPaginationContainer$ref: FragmentReference; export type PastBookingsPaginationContainer = {| +past: ?{| +pageInfo: {| +hasNextPage: boolean, +endCursor: ?string, |}, +edges: ?$ReadOnlyArray<?{| +node: ?{| +$fragmentRefs: BookingCardsList_bookings$ref, |}, |}>, |}, +$refType: PastBookingsPaginationContainer$ref, |}; */ const node/*: ConcreteFragment*/ = { "kind": "Fragment", "name": "PastBookingsPaginationContainer", "type": "RootQuery", "metadata": { "connection": [ { "count": "first", "cursor": "after", "direction": "forward", "path": [ "past" ] } ] }, "argumentDefinitions": [ { "kind": "RootArgument", "name": "first", "type": "Int" }, { "kind": "RootArgument", "name": "after", "type": "String" }, { "kind": "RootArgument", "name": "brand", "type": "String" } ], "selections": [ { "kind": "LinkedField", "alias": "past", "name": "__PastBookingsPaginationContainer_past_connection", "storageKey": null, "args": [ { "kind": "Variable", "name": "brand", "variableName": "brand", "type": "String" }, { "kind": "Literal", "name": "only", "value": "PAST", "type": "CustomerBookingsOnlyEnum" }, { "kind": "Literal", "name": "order", "value": "DESC", "type": "CustomerBookingsOrderEnum" } ], "concreteType": "BookingInterfaceConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, "name": "pageInfo", "storageKey": null, "args": null, "concreteType": "PageInfo", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, "name": "hasNextPage", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "endCursor", "args": null, "storageKey": null } ] }, { "kind": "LinkedField", "alias": null, "name": "edges", "storageKey": null, "args": null, "concreteType": "BookingInterfaceEdge", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, "name": "node", "storageKey": null, "args": null, "concreteType": null, "plural": false, "selections": [ { "kind": "FragmentSpread", "name": "BookingCardsList_bookings", "args": null }, { "kind": "ScalarField", "alias": null, "name": "__typename", "args": null, "storageKey": null } ] }, { "kind": "ScalarField", "alias": null, "name": "cursor", "args": null, "storageKey": null } ] } ] } ] }; (node/*: any*/).hash = '98882ae55b5925aa9dad378ee32c1ffa'; module.exports = node;