mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
70 lines
1.2 KiB
Markdown
70 lines
1.2 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / GraphqlQuery
|
|
|
|
# Interface: GraphqlQuery
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [headers](GraphqlQuery.md#headers)
|
|
- [index](GraphqlQuery.md#index)
|
|
- [query](GraphqlQuery.md#query)
|
|
- [type](GraphqlQuery.md#type)
|
|
- [url](GraphqlQuery.md#url)
|
|
|
|
## Properties
|
|
|
|
### headers
|
|
|
|
• `Optional` **headers**: `FileTypeHeaders`
|
|
|
|
Headers key value pairs associated with the asset GET request
|
|
|
|
#### Defined in
|
|
|
|
[@types/File.ts:58](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/File.ts#L58)
|
|
|
|
___
|
|
|
|
### index
|
|
|
|
• `Optional` **index**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[@types/File.ts:40](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/File.ts#L40)
|
|
|
|
___
|
|
|
|
### query
|
|
|
|
• **query**: `string`
|
|
|
|
query
|
|
|
|
#### Defined in
|
|
|
|
[@types/File.ts:52](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/File.ts#L52)
|
|
|
|
___
|
|
|
|
### type
|
|
|
|
• **type**: ``"graphql"``
|
|
|
|
#### Defined in
|
|
|
|
[@types/File.ts:35](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/File.ts#L35)
|
|
|
|
___
|
|
|
|
### url
|
|
|
|
• **url**: `string`
|
|
|
|
Endpoint URL
|
|
|
|
#### Defined in
|
|
|
|
[@types/File.ts:46](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/File.ts#L46)
|