18 lines
		
	
	
		
			205 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			205 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
query {
 | 
						|
  contribute {
 | 
						|
    contributors {
 | 
						|
      company
 | 
						|
      currency
 | 
						|
      description
 | 
						|
      id
 | 
						|
      image
 | 
						|
      name
 | 
						|
      profile
 | 
						|
      tier
 | 
						|
      totalDonated
 | 
						|
      twitter
 | 
						|
      website
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |